﻿/*????????????*/
* {
	margin: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: normal;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
input, textarea, button, span, li, a, div {
	border: none;
	outline: none;
	resize: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
textarea {
  overflow: auto;
}
a, a:active, a:hover, a:visited {
	color: #1a1a1a;
	text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/*????????????*/
html {
  font-size: 10px;
}
body {
  font-family: "????????????", "Arial", sans-serif;
  color: #333;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol {
  margin: 0 -5px;
}
.mycol .col {
  float: left;
  padding: 0 5px;
  text-align: center;
}
.col img {
  max-width: 100%;
}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col {
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}
.center-fa {
  position: relative;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}
.centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.center-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.full-img {
  width: 100%;
  height: 0;
  position: relative;
}
.full-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}


/*????????????*/
.w {
  width: 1400px;
  margin: 0 auto;
}
p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}
.com-padding {
  padding-top: 60px;
  padding-bottom: 80px;
}
.com-bg {
  background-color: #f1f1f1;
}
.com-hover-ba:before,
.com-hover-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  z-index: -2;
}
.pro_tag {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    line-height: 40px;
    margin-top: 20px;
}

.pro_tag span {
  font-size: 14px;
  color: #333;
}
.pro_tag a {
  font-size: 11px;
  color: #666;
  padding-right: 15px;
}
.pro_tag a:hover {
  color: #036aac;
}
.showarea {
    padding: 15px 0;
}
.showarea h3 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #036aac;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}
.showarea h3 span {
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.showarea .list {
      overflow: hidden;
    margin-top: 20px;
}
.showarea .list a {
    display: block;
    margin-right: 17px;
    font-size: 14px;
    float: left;
    margin-bottom: 12px;
}
.showarea .list a:hover {
  color: #036aac;
}

.flink {
  margin-top: 50px;
  width: 100%;
}

.flink .flink_tit {
  width: 100%;
  position: relative;
}

.flink .flink_tit p {
  height: 12px;
  width: 100%;
  background: url(../img/dian.png);
  position: absolute;
  top: 15px;
}

.flink .flink_tit span {
  height: 42px;
  background: #fff;
  color: #1C4587;
  font-size: 14px;
  border: 1px solid #1C4587;
  position: relative;
  z-index: 9;
  display: block;
  width: 115px;
  text-align: center;
  line-height: 42px;
  margin-left: 0px;
}

.flink .flink_list {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
}

.flink .flink_list ul li {
  float: left;
  margin-right: 28px;
  margin-bottom: 8px;
}

.flink .flink_list ul li a {
  font-size: 12px;
  color: #5a5a5a;
}

.flink .flink_list ul li a:hover {
  color: #036aac;
}


.com-title {
  text-align: center;
  padding-bottom: 35px;
}
.com-title h3 {
  margin-bottom: 15px;
  color: #12447c;
  font-size: 36px;
}
.com-title p {
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
}
.page-title {
  text-align: center;
}
.page-title span {
  display: block;
  height: 25px;
  color: #999;
  font-size: 16px;
}
.page-title h3 {
  height: 90px;
  color: #12447c;
  font-size: 36px;
}
.position {
  line-height: 50px;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
}
.position a {
  color: #666;
}/*
.position.top {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 999;
}*/
.position .w > a:hover,
.position .fl a:hover {
  display: inline-block;
  transform: translateY(-5px);
  transition: all .3s;
}
.position .fr a {
  display: inline-block;
  margin-left: 1vw;
  position: relative;
}
.position .fr .prev a:before {
  content: '????????????';
}
.position .fr .next a:before {
  content: '????????????';
}
.position .fr a:after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 0;
  height: 6px;
  transition: all .3s;
}
.position .fr a:hover:after,
.position .fr a.active:after {
  width: 70%;
  background-color: #12447c;
}

/*????????????*/
body {
  min-width: 1200px;
}
.header-bg {
  height: 0;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
}
.header {
  width: 100%;
  line-height: 94px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
}
.header .ht{width:100%;height:35px;line-height:35px;text-align:left;font-size:12px;color:#000;background:#e9e9e9;}
.header .ht ul{float:right;}
.header .ht ul li{float:left;margin-left:30px;}.header .ht ul li a{color:#000;}
 
.header .logo {
  width: 372px;
  position: relative;
}
.header .logo a {
  display: block;
  font-size: 0;
}
.header .logo img {
  height: 102px;
}
.header .logo p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
.header .phone {
  padding-top: 30px;
  text-align: right;
  line-height: 1;
}
.header .phone h3 {
  height: 30px;
  font-family: "Arial";
  color: #12447c;
  font-size: 28px;
  padding-left: 35px;margin-top:10px;
  background: url(img/h_phone.png) top left no-repeat;
}
.header .phone i {
  font-style: normal;
  color: #12447c;
}
.header .phone span {
  color: #999;
  font-size: 14px; 
}
.header .nav {
  position: relative;
  transition: all .3s;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background:#12447c;
}
.header .nav li {
  float: left;
  width: 12.5%;
  line-height: 50px;
  text-align: center; 
}
.header .nav li:first-child { 
}
.header .nav li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  transition: all .3s;
}
.header.index {
  background: none;
}
.header.index .logo p,
.header.index .nav li > a {
  color: #fff;
}
.header .nav li.active > a {
  color: #fff;
  background: #f08b1f;
}
.header .nav li:hover > a {
  color: #fff;
  background: #f08b1f;
}
.header .nav .bg {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background-color: #12447c;
  z-index: -1;
  border-radius: 5px;
}

/*??????banner*/
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  background-color: #12447c;
  border: none;
}
.index-banner .swiper-pagination.swiper-pagination {
  top: auto;
  left: auto;
  bottom: 30px;
  right: auto;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.index-banner .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-color: #12447c;
}
.index-banner .swiper-button-next:hover:after,
.index-banner .swiper-button-prev:hover:after {
  border-color: #fff;
}


/*????????????*/
.index-message {
  height: 150px;
  background: #12447c;
  position: relative;
  z-index: 2;
}
.index-message .title {
  width: 150px;
  padding-top: 30px;
}
.index-message .title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.index-message .title a {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;
  color: #12447c;
  background: #f5d314;
  border-radius: 5px;
}
.index-message .main {
  width: calc(100% - 450px);
}
.index-message .main form {
  width: 650px;
  padding-top: 30px;
  margin: 0 auto;
  color: #fff;
}
.index-message .main ul {
  width: 520px;
  margin: 0 -10px;
}
.index-message .main li.col {
  padding: 0 10px;
}
.index-message .main li label {
  display: block;
  height: 35px;
  font-size: 14px;
  text-align: left;
}
.index-message .main li input,
.index-message .main li select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  border-radius: 5px;
}
.index-message .main .sub {
  width: 80px;
  height: 48px;
  line-height: 48px;
  margin-top: 35px;
  margin-left: 15px;
  color: #12447c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #f5d314;
  cursor: pointer;
  border-radius: 5px;
}
.index-message .other {
  width: 300px;
  height: 150px;
  line-height: 150px;
  padding-left: 120px;
  color: #12447c;
  font-size: 24px;
  background: url(img/user_icon01.png) 70px center no-repeat;
  background-color: #f5d314;
  position: relative;
}
.index-message .other > a {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 15px;
  border: 3px solid #12447c;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
  transition: all .3s;
}
.index-message .other:hover > a {
  transform: rotate(-135deg);
}
.index-message .other .con {
  position: absolute;
  right: 5px;
  top: -260px;
  height: 260px;
  width: 1120px;
  transform: scaleY(0);
  transform-origin: bottom;
  padding: 50px;
  background: rgb(221, 221, 221);
  transition: transform .3s;
}
.index-message .other:hover .con {
  transform: scaleY(1);
}
.index-message .other .col {
  text-align: left;
  line-height: 1;
}
.index-message .other .con .txt {
  padding-left: 30px;
}
.index-message .other .con a {
  color: #666;
  font-size: 16px;
  line-height: 40px;
  transition: all .3s;
  position: relative;
  right: 0;
}
.index-message .other .con a:hover {
  color: #12447c;
  right: -5px;
}


/*????????????*/
.index-product .nav {
  text-align: center;
  margin-bottom: 30px;
}
.index-product .nav a {
  display: inline-block;
  width: 210px;
  line-height: 45px;
  margin: 0 5px;
  color: #666;
  border: 1px solid #8a8a8a;
  border-radius: 5px;
  position: relative;
}
.index-product .nav a:before,
.index-product .nav a:after {
  background-color: #fff;
}
.index-product .nav a:before {
  background-color: #f08b1f;
  z-index: -3;
}
.index-product .nav a.active:after {
  transform: scaleY(0);
}
.index-product .nav a.active {
  color: #fff;
  border: 1px solid #f08b1f;
}

.index-product li .img {
  height: 250px;
  line-height: 250px;border:1px solid #dcdcdc;
}
.index-product li img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}
.index-product li:hover img {
  transform: scale(1.02);
}
.index-product li h4 {
  height: 40px;line-height:40px;
  font-size: 16px;
  overflow: hidden;
}
.index-product li span {
  display: block;
  height: 30px;
  color: #666;
  font-size: 12px;
}
.index-product li p {
  height: 55px;
  padding: 0 10%;
  margin-bottom: 5px;
  color: #999;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}
.index-product li .more {
  display: inline-block;
  width: 56px;
  line-height: 26px;
  color: #999;
  font-size: 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  position: relative;
  transition: all .3s;
}
.index-product li:hover .more {
  color: #fff;
}
.index-product li .more:after {
  background-color: #12447c;
  border-radius: 5px;
  transform: scaleX(0);
  transform-origin: right;
}
.index-product li:hover .more:after {
  transform: scaleX(1);
  transform-origin: left;
}

/*????????????*/
.index-service {
  height: 229px;
  padding-top: 82px;
  background: url(../img/gg.png) top center no-repeat;
  background-size: cover;
}
.index-service  .l{width:478px;height:64px;float:left;} 
.index-service  .r{height:64px;float:right;text-align:right;color:#fff;}
.index-service  .r span{font-size:18px;color:#fff;height:25px;line-height:25px;}
.index-service  .r p{font-size:36px;color:#fff; line-height:39px;height:39px;}

/*??????????????????*/
.index-solution .main {
  position: relative;
}
.index-solution .main li {
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .5s;
}
.index-solution .main li.active {
  transform: scaleY(1);
  height: 400px;
}
.index-solution .main .img {
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-solution .main .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-solution .main .txt {
  height: 100%;
  padding: 5vw;
  text-align: left;
  background: #f5f5f5;
}
.index-solution .main h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
.index-solution .main p {
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
}
.index-solution .main .more {
  display: block;
  width: 100px;
  line-height: 35px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
}
.index-solution .main .more:hover {
  color: #fff;
  background: #12447c;
}
.index-solution .list {
  margin-top: 10px;
}
.index-solution .list li .box {
  display: block;
  position: relative;
  overflow: hidden;
}
.index-solution .list img {
  width: 100%;
  transition: all .3s;
}
.index-solution .list .box:hover img {
  transform: scale(1.05);
}
.index-solution .list .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.index-solution .list h4 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.index-solution .list span {
  display: block;
  width: 90px;
  line-height: 30px;
  margin: 15px auto 0;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  font-size: 12px;
  transition: all .3s;
}
.index-solution .list li:hover span {
  background: #12447c;
  border-color: #12447c;
}

/*??????????????????*/
.index-partner .main {
  padding: 0 80px;
  position: relative;
}
.index-partner .main li {
  height: 90px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.index-partner .main li img {
  max-width: 90%;
  max-height: 90%;
}
.index-partner .swiper-button-next,
.index-partner .swiper-button-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: none;
  border: 4px solid #12447c;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}
.index-partner .swiper-button-next {
  transform: rotate(135deg);
}


/*????????????*/
.index-about {
  padding-bottom: 0;margin-bottom:30px;
 
}
.index-about .com-title {
  padding-bottom: 60px;
  text-align: left; height:500px;
  background-size: cover;
  background-repeat: no-repeat;color:#fff;
}
.index-about .com-title .w {
  text-align: center;
}
.index-about .com-title h3 {
  margin-bottom: 35px;color:#fff;
}
.index-about .com-title p {
  margin-bottom: 50px;
  padding: 0 10%;color:#fff;
}
.index-about .com-title a {
  color: #fff;
  font-size: 16px;
}
.index-about .main {
  height: 300px;
  padding-top: 80px;
  background: url(img/index_about_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.index-about .main li {
  border-right: 1px solid #94a3c9;
  line-height: 1;
}
.index-about .main li:last-child {
  border: none;
}
.index-about .main h5 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
}
.index-about .main h5 span {
  font-size: 72px;
}
.index-about .main p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*??????????????????*/
.index-power .w {
  position: relative;
}
.index-power .com-title {
  text-align: left;
  position: absolute;
  width: 45%;
  left: 0;
  top: 50%;
  padding-right: 7vw;
  transform: translateY(-50%);
}
.index-power .com-title h3 {
  margin-bottom: 35px;
}
.index-power .com-title p {
  margin-bottom: 55px;
}
.index-power .com-title a {
  color: #12447c;
  font-size: 16px;
}
.index-power .img {
  width: 55%;
}
.index-power img {
  width: 100%;
}


/*????????????*/
.index-news {
  padding-top: 0;
}
.index-news .item {
  width: 45%;
}
.index-news h3 {
  margin-bottom: 35px;
  color: #12447c;
  font-size: 36px;
}
.index-news .first {
  margin-bottom: 25px;
}
.index-news .first .img {
  width: 45%;
  height: 205px;
}
.index-news .first img {
  height: 100%;
  transition: all .3s;
}
.index-news .first:hover img {
  transform: translate(-50%, -50%) scale(1.06);
}
.index-news .first .txt {
  width: 50%;
  padding-top: 25px;
}
.index-news .first h4 {
  height: 22px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #12447c;
  font-size: 18px;
}
.index-news .first p {
  height: 70px;
  padding-right: 10%;
  margin-bottom: 25px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.index-news .first:hover p {
  color: #12447c;
}
.index-news .first span {
  color: #999;
  font-size: 14px;
}
.index-news li:first-child {
  border-top: 1px solid #e5e5e5;
}
.index-news li {
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.index-news li a {
  display: block;
  height: 60px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.index-news li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid #e5e5e5;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg) translateY(-50%);
}
.index-news li:hover a,
.index-news li:hover a * {
  color: #12447c;
}
.index-news li span {
  color: #999;
  margin-right: 2vw;
}
.index-news .more {
  display: block;
  width: 110px;
  line-height: 35px;
  margin-top: 60px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: all .3s;
}
.index-news .more:hover {
  color: #fff;
  background: #12447c;
}

/*??????banner*/
.banner {
  width: 100%;
  overflow: hidden;
}
.banner,
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .w {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.banner .w img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}

.case li.col {
  margin-bottom: 10px;
  text-align: left;
}
.case li a {
  display: block;
  padding: 1.5vw 2vw;
  border: 1px solid #dbdbdb;
  transition: transform .3s;
}
.case li a:hover {
  transform: translateY(-10px);
}
.case li .img {
  height: 90px;
}
.case li img {
  max-width: 90%;
  max-height: 90%;
}
.case li .txt {
  height: 100px;
  color: #666;
  line-height: 30px;
}
.case li .txt * {
  font-size: 16px;
}
.case li .txt h4 {
  height: 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.case li .txt span {
  color: #12447c;
}
.case-detail .w:first-child {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
.case-detail h4 {
  margin-bottom: 15px;
  font-size: 24px;
}
.case-detail h5,
.case-detail h6 {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

/*????????????*/
.banner {
  position: relative;
}
.pro-search {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  transform: translate(-50%, -50%);
}
.pro-search h3 {
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.pro-search form {
  position: relative;
}
.pro-search .key {
  display: block;
  width: 100%;
  line-height: 45px;
  border-radius: 45px;
  padding-left: 2.5vw;
  padding-right: 125px;
  font-size: 16px;
}
.pro-search .sub {
  position: absolute;
  top: 0;
  right: -1px;
  width: 100px;
  line-height: 45px;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #2b88f1;
  cursor: pointer;
}
.product{background:url(img/AboutBg.jpg) top center repeat-y;}
.product .ccc{width:220px;background:#333;padding:15px;}
.product .ccc img{width:100%;border:none;margin-bottom:15px;}
.product .ccc p{width:100%;line-height:30px;color:#fff;font-size:14px;text-align:left;}
.product .nav {
  width: 260px;
}
.product .nav h3 {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  color: #fff;
  font-size: 18px;
  background-color: #333;
  cursor: pointer;
  transition: all .3s;
}
.product .nav h3 span:after {
  content: "+";
}
.product .nav .active h3 {
  background-color: #12447c;
}
.product .nav .active h3 span:after {
  content: "-";
}
.product li {
  transition: all .3s;
}
.product .nav .subnav {
  height: 0;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  transition: height .3s;
}
.product .nav .active .subnav {
  height: auto;
  transition: height .3s;
}
.product .subnav h4 {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.product .subnav h4 span {
  width: 6px;
  height: 6px;
  margin-top: 22px;
  border: 2px solid #333;
  border-right: none;
  border-bottom: none;
  transform: rotate(-135deg);
  transition: all .3s;
}
.product .subnav .active h4 {
  color: #12447c;
  border-bottom: 2px solid #12447c;
}
.product .subnav .active h4 a {
  color: #12447c;
}
.product .subnav .active h4 span {
  border-color: #12447c;
  transform: rotate(45deg);
}
.product .subnav .con {
  padding: 0 25px;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}
.product .subnav .active .con {
  height: auto;
  padding: 15px 25px 20px;
}
.product .subnav .con a {
  display: block;
  color: #666;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.product .subnav a:hover {
  color: #12447c;
}
.product .main {
  margin: 0 -12px;
  width: calc(100% - 260px);
}
.product .main .tit {
  height: 55px;
  line-height: 35px;
  padding-left: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.product .main .tit h3 {
  height: 55px;
  padding: 0 10px;
  font-size: 26px;
  border-bottom: 2px solid #12447c;
}
.product .main .tit a {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}
.product .main .tit a:hover {
  color: #12447c;
}
.index-product .content {
  display: none;
}
.index-product .content.active {
  display: block;
}
.product .main li.col {
  height: 310px;
  padding: 0 12px;
  margin-bottom: 24px;
}
.product .main li .box {
  border: 1px solid #e2e2e2;
}
.product .main li .img {
  line-height: 310px;
}
.product .main li img {
  max-width: 90%;
  max-height: 90%;
  transition: all .3s;
}
.product .main li:hover img {
  transform: scale(1.02);
}
.product .main .txt {
  padding-top: 2.05vw;
  padding-right: 1vw;
  text-align: left;
}
.product .main li h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.product .main li h5 {
  height: 32px;
  margin-bottom: 10px;
  font-size: 16px;
}
.product .main li p {
  margin-bottom: 20px;
  height: 100px;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}
.product .main li a.other {
  display: inline-block;
  padding: 10px 1vw;
  margin-right: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 36px;
  background-color: #12447c;
}
.product .main li a.get {
  margin-right: 0;
  background-color: #eb4252;
}

/*??????*/
.solution {
  padding-bottom: 20px;
}
.solution .w {
  height: auto;
}
.solution ul.mycol {
  margin: 0 -10px;
}
.solution li.col {
  height: auto;
  padding: 0 10px;
  margin-bottom: 20px;
}
.solution li .txt,
.solution li .img {
  background-color: #fff;
  transition: all .3s;
}
.solution li .img {
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
.solution li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.solution li .txt {
  text-align: center;
}
.solution li h4 {
  height: 70px;
  line-height: 70px;
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.solution li:hover h4 {
  color: #12447c;
}
.solution li:hover .txt {
  box-shadow: 0 10px 30px -20px #1a1a1a;
}
.solution li:hover .img,
.solution li:hover .txt {
  transform: translateY(-10px);
}
.solution-detail .txt {
  width: 50%;
  height: 470px;
  padding: 30px 5vw 0 3.5vw;
}
.solution-detail h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.solution-detail .content {
  height: 310px;
  overflow: hidden;
}
.solution-detail .content p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.solution-detail .txt > a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 3vw;
  margin-right: 2px;
  color: #fff;
  text-align: center;
  background-color: #12447c;
  vertical-align: bottom;
}
.solution-detail .txt .phone {
  padding-left: 5vw;
  padding-right: 2.5vw;
  font-size: 24px;
  background: url(img/mobile_icon01.png) 2.5vw center no-repeat;
  background-color: #12447c;
}
.solution-detail .img {
  width: 50%;
  height: 460px;
  padding-right: 1.5vw;
}
.solution-related {
  background-color: #f5f5f5;
}
.solution-related li a {
  display: block;
  transition: transform .3s;
}
.solution-related li:hover a {
  transform: translateY(-10px);
}
.solution-related li h4 {
  height: 56px;
  line-height: 56px;
  color: #666;
  overflow: hidden;
}
.solution-related li .img {
  background-color: #fff;
}
.pro-use .more {
  margin-top: 40px;
  text-align: center;
}
.pro-use .more a {
  display: inline-block;
  width: 190px;
  line-height: 55px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  background-color: #12447c;
}
.pro-use .more a.get {
  background-color: #e55050;
}


/*????????????*/
.research {
  margin-top: 65px;
  margin-bottom: 80px;
  background-color: #f7f7f7;
}
.research .img,
.research .txt {
  float: left;
  width: 50%;
  height: 480px;
}
.research .txt {
  padding: 70px 4.5vw 0;
}
.research h3 {
  margin-bottom: 50px;
  padding-left: 60px;
  color: #12447c;
  font-size: 32px;
  vertical-align: middle;
  background: url(../images/research_icon01.png) left center no-repeat;
}
.research:nth-of-type(2) h3 {
  background-image: url(../images/research_icon02.png);
}
.research h3 span {
  display: inline-block;
  margin-left: 20px;
  color: #999;
  font-size: 18px;
  vertical-align: middle;
}
.research h4 {
  height: 100px;
  font-size: 32px;
  line-height: 40px;
  border-bottom: 1px dashed #b5b5b5;
}
.research p {
  margin-top: 20px;
}
.research-custom .title {
  text-align: center;
}
.research-custom .title h5 {
  margin-bottom: 25px;
  font-size: 32px;
}
.research-custom .title p {
  padding: 0 20%;
  margin-bottom: 60px;
}
.research-custom ul {
  padding: 0 40px;
}
.research-custom li {
  float: left;
  width: 12.5%;
  padding: 0 20px;
  position: relative;
}
.research-custom li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 20%;
  height: 1px;
  background-color: #b5b5b5;
}
.research-custom li:last-child:after {
  display: none;
}
.research-custom li p {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background-color: #12447c;
}
.research-custom li span {
  display: inline-block;
  width: 100%;
  margin-top: 20%;
  margin-bottom: 5%;
  font-size: 28px;
}
.research-custom .w > a {
  display: block;
  width: 185px;
  line-height: 44px;
  margin: 60px auto 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.research-custom .w > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #646464;
  z-index: -2;
}
.research-custom .w > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #12447c;
  z-index: -3;
  transition: all .3s;
}
.research-custom .w > a:hover:after {
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*????????????*/
.service {
}
.service li.col {
  text-align: left;
  background: #c94545;
}
.service li:nth-child(2) {
  background: #c98345;
}
.service li:nth-child(3) {
  background: #39ac5f;
}
.service li:nth-child(4) {
  background: #12447c;
}
.service li a {
  display: block;
  padding: 2vw;
}
.service li h5 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.service li span {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all .3s;
}
.service li span:after {
  content: '';
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transition: all .3s;
}
.service li:hover span {
  background-color: #fff;
}
.service li:hover span:after {
  border-color: #888;
}
.service li .img {
  width: 106px;
  height: 106px;
  transition: all .3s;
}
.service li:hover .img {
  transform: translateX(-20px);
}
.service li img {
  max-width: 100%;
  max-height: 100%;
}

.ser-after {
  background: #f5f5f5;
}
.ser-after ul.mycol {
  margin: 0 -10px;
}
.ser-after li.col {
  padding: 0 10px;
  background-color: #f5f5f5;
}
.ser-after li .box {
  padding: 4vw -0px 3vw;
  background-color: #fff;
}
.ser-after li .img {
  height: 145px;
  transition: all .3s;
}
.ser-after li:hover .img {
  transform: translateY(10px);
}
.ser-after li h4 {
  color: #666;
  font-size: 18px;
}
.ser-after .main a {
  display: block;
  width: 150px;
  height: 45px;
  margin: 50px auto 0;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #12447c;
}

.ser-video .main {
  padding-bottom: 60px;
}
.ser-video .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}
.ser-video .swiper-pagination-bullet-active {
  background: #12447c;
}
.ser-video li {
  height: 16vw;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.ser-video li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ser-video li img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.ser-video li:hover img {
  transform: scale(1.1);
}
.ser-video li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/play01.png) center no-repeat;
  background-color: rgba(0,0,0,.4);
}

.ser-qa {
  padding: 40px 0 60px;
  background: #f5f5f5;
}
.ser-qa li h4 {
  height: 60px;
  line-height: 60px;
  padding: 0 2vw;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.ser-qa li:hover h4,
.ser-qa li.active h4 {
  color: #fff;
  background-color: #12447c;
}
.ser-qa li p {
  height: 0;
  padding: 0 2vw;
  color: #12447c;
  font-size: 16px;
  overflow: hidden;
  background-color: #fff;
  transition: all .3s;
}
.ser-qa li.active p {
  height: auto;
  padding: 30px 2vw;
  border: 1px solid #12447c;
}
.ser-qa .more {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #12447c;
}

.ser-down {
  background-color: #f7f7f7;
}
.ser-down .nav {
  width: 300px;
  height: 200px;
  padding: 40px 30px 0;
  text-align: center;
  background-color: #fff;
}
.ser-down .nav a {
  display: block;
  line-height: 50px;
  font-size: 20px;
  position: relative;
}
.ser-down .nav a:before {
  content: '';
  position: absolute;
  left: 65px;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #12447c;
}
.ser-down .nav li.active a {
  color: #fff;
  background-color: #12447c;
}
.ser-down .nav li.active a:before {
  background-color: #fff;
}
.ser-down .main {
  width: calc(100% - 340px);
  padding: 40px;
  background-color: #fff;
}
.ser-down .main .item {
  display: none;
}
.ser-down .main .item.active {
  display: block;
}
.ser-down .main .file li {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  padding-left: 74px;
  margin-bottom: 15px;
  font-size: 16px;
  background: url(../images/donwload1.png) 24px center no-repeat;
  background-color: #f7f7f7;
}
.ser-down .main .file li a:hover {
  color: #12447c;
}
.ser-down .main .video li {
  margin-bottom: 10px;
}
.ser-down .main .video li img,
.ser-down .main .video li .img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .3s;
  overflow: hidden;
}
.ser-down .main .video li img:hover {
  transform: scale(1.02);
}
.ser-down .main .video li i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../images/fuwu_video.png) center no-repeat;
}
.ser-down .main .video p {
  font-size: 18px;
  line-height: 50px;
}


/*????????????*/
.page-nav {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 0;
  border-bottom: 1px solid #f5f5f5;
  background-color: #fff;
}
.page-nav.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  z-index: 998;
}
.page-nav a {
  display: inline-block;
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.page-nav a:hover {
  color: #fff;
}
.page-nav a:after {
  transform: scaleX(0);
  transform-origin: right;
  background: #12447c;
}
.page-nav a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.page-nav a.active {
  color: #fff;
  background-color: #12447c;
}
/*??????????????????*/

.com-pages {
  margin-top: 30px;
  text-align: center;
}
 
/*??????*/
.news {
  padding-top: 30px;
}
.news li {
  margin-bottom: 25px;
  background-color: #f7f7f7;
}
.news li a {
  display: block;
}
.news li .img {
  width: 525px;
  height: 270px;
  overflow: hidden;
}
.news li img {
  height: 100%;
  transition: all .3s;
}
.news li:hover img {
  transform: translate(-50%, -50%) scale(1.02);
}
.news li .txt {
  width: calc(100% - 525px);
  padding: 2vw 4.5vw 0;
  position: relative;
  transition: all .4s;
}
.news li:hover .txt {
  transform: translateX(10px);
}
.news li .date {
  margin-bottom: 30px;
  color: #666;
  font-size: 18px;
}
.news li h4 {
  margin-bottom: 15px;
  color: #000;
  font-size: 24px;
  overflow: hidden;
  transition: all .4s;
}
.news li:hover h4 {
  color: #12447c;
}
.news li p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}


/*??????*/
.about {
 
}
 
.about h3 {
  height: 55px;
  color: #12447c;
  font-size: 48px;text-align:center;
}
.about h4 {
  height: 80px;
  color: #12447c;
  font-size: 24px;text-align:center;margin-top:10px;
}
.about .content {
  margin-bottom: 30px;
  color: #666; 
  line-height:35px;
}
.about .img {
  width: 50%;
  line-height: 720px;
  padding-right: 3.5vw;
  position: relative;
}
.about .img img {
  width: 100%;
}

.about-num {
  height: 300px;
  background: url(img/about_num_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.about-num ul {
  padding-top: 70px;
}
.about-num li {
  float: left;
  width: 16.66666%;
  text-align: center;
}
.about-num li h4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.about-num li h4 span {
  font-size: 60px;
}
.about-num li p {
  color: #fff;
  font-size: 16px;
}

.about-map .title {
  padding: 0 10%;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.about-map .main img {
  width: 100%;
}

.about-think {
  padding: 120px 0;
  background: url(img/about_think_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.about-think .txt {
  width: 610px;
}
.about-think .title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}
.about-think .main {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

/**/
.about-logo .title {
  height: 160px;
  text-align: center;
}
.about-logo li .img {
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #fff;
  font-size: 72px;
  background: #12447c;
  border-radius: 50%;
}
.about-logo li .img span {
  font-size: 48px;
}
.about-logo li h4 {
  color: #12447c;
  font-size: 24px;
  line-height: 80px;
}
.about-logo li p {
  height: 110px;
  padding: 0 4vw;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

/**/
.about-idea {
  background-color: #ececec;
}
.about-idea li {
  float: left;
  width: 50%;
  background-color: #fff;
}
.about-idea li .txt,
.about-idea li .img {
  float: left;
  width: 50%;
}
.about-idea li:nth-child(n + 3) .txt,
.about-idea li:nth-child(n + 3) .img {
  float: right;
  width: 50%;
}
.about-idea li .img {
  height: 0;
  padding-bottom: 32%;
  position: relative;
}
.about-idea li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-idea li .txt {
  height: 0;
  padding-bottom: 32%;
  position: relative;
}
.about-idea li .txt .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2vw;
}
.about-idea li .txt h4 {
  height: 45px;
  color: #12447c;
  font-size: 24px;
}
.about-idea li .txt p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

/**/
.about-team li .img {
  width: 100%;
  height: 0;
  padding-bottom: 66.6666%;
  position: relative;
}
.about-team li img {
  position: absolute;
  top: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-team li p {
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.about-team .main {
  padding-bottom: 30px;
}

.about-team .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}
.about-team .swiper-pagination-bullet-active {
  background: #12447c;
}

/**/
.about-hope {
  padding: 100px 0;
  background: url(img/about_hope_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.about-hope .main {
  width: 680px;
  height: 250px;
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  background: rgba(55, 75, 145, .6);
}
.about-hope .main h4 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 36px;
}
.about-hope .main p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

/**/
.about-history {
  padding-bottom: 0;
}
.about-history .title img {
  width: 100%;
}
.about-history ul {
  margin-top: 60px;
  padding: 30px 0 150px;
  border-left: 1px solid #ccc;
}
.about-history li {
  padding: 0 4.5vw;
  position: relative;
}
.about-history li:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  top: 15px;
  background: #12447c;
  border-radius: 50%;
}
.about-history li h4 {
  margin-bottom: 30px;
  color: #000;
  font-size: 36px;
}
.about-history li p {
  margin-bottom: 50px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

/**/
.about-cert ul.mycol {
  margin: 0 -55px;
}
.about-cert li.col {
  padding: 0 55px;
  margin-bottom: 20px;
}
.about-cert li .img {
  width: 100%;
  height: 330px;
  line-height: 330px;
  text-align: center;
  border: 1px solid #ccc;
}
.about-cert li img {
  max-width: 90%;
  max-height: 90%;
}
.about-cert li p {
  color: #666;
  font-size: 16px;
  line-height: 50px;
}

/**/
.res-partner .title {
  margin-bottom: 40px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.res-partner .main {
  padding: 0 75px;
  position: relative;
}
.res-partner li {
  height: 265px;
  line-height: 265px;
  text-align: center;
  border: 1px solid #ccc;
}
.res-partner li img {
  max-width: 90%;
  max-height: 90%;
}
.res-partner .swiper-button-next,
.res-partner .swiper-button-prev {
  width: 25px;
  height: 25px;
  background: none;
  border: 6px solid #ccc;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}
.res-partner .swiper-button-next:hover,
.res-partner .swiper-button-prev:hover {
  border-color: #12447c;
}
.res-partner .swiper-button-next {
  transform: rotate(-135deg);
}
/**/
.res-input {
  background: #f4f4f4;
}
.res-input .img {
  width: 50%;
  text-align: center;
}
.res-input img {
  max-width: 90%;
}
.res-input .txt {
  width: 50%;
  padding: 30px 3vw;
}
.res-input h4 {
  margin-bottom: 30px;
  line-height: 50px;
  color: #12447c;
  font-size: 36px;
}
.res-input p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

/**/
.res-team .title {
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.res-team .swiper-container {
  padding: 30px 20px 90px;
}
.res-team li {
  border: 2px solid #fff;
  opacity: .8;
}
.res-team .swiper-slide-active {
  box-shadow: 0 0 20px #999;
  opacity: 1;
}
.res-team li img {
  width: 100%;
}
.res-team .swiper-scrollbar-drag {
  background: #425cb7;
}
/**/
.res-honor .txt {
  width: 50%;
  padding-right: 7.5vw;
}
.res-honor .txt h4 {
  margin-bottom: 20px;
  line-height: 50px;
  color: #12447c;
  font-size: 36px;
}
.res-honor .txt p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.res-honor .txt a {
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #12447c;
}
.res-honor .main {
  width: 42%;
}
.res-honor ul {
  padding-bottom: 30px;
}
.res-honor li .img {
  height: 335px;
  line-height: 335px;
  text-align: center;
  border: 1px solid #ccc;
}
.res-honor li img {
  max-width: 90%;
  max-height: 90%;
}
.res-honor li p {
  color: #666;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.res-honor .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999;
  opacity: 1;
}
.res-honor .swiper-pagination-bullet-active {
  background: #425cb7;
}

/**/
.res-process {
  background: #f4f4f4;
}
.res-process .main {
  margin-top: 20px;
}
.res-process .nav {
  width: 260px;
}
.res-process .nav h4 {
  height: 66px;
  line-height: 66px;
  color: #666;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  background-color: #fff;
  cursor: pointer;
}
.res-process .nav h4.active {
  color: #fff;
  background: #425cb7;
  border: none;
}
.res-process .con {
  width: calc(100% - 315px);
  min-height: 320px;
  padding-left: 2.5vw;
  border-left: 1px solid #ababab;
  color: #666;
  font-size: 16px;
  line-height: 35px;
}
.res-process .item {
  display: none;
}
.res-process .item.active {
  display: block;
}


/*????????????*/
.contact .txt {
  width: auto;
}
.contact .txt h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
.contact .txt p {
  margin-bottom: 30px;
  color: #666;
  font-size: 16px;
}
.contact .txt .col {
  padding-left: 65px;
  text-align: left;
  background: url(img/con_icon01.png) left center no-repeat;
}
.contact .txt .col:nth-child(2) {
  background: url(img/con_icon02.png) left center no-repeat;
}
.contact .txt h5 {
  margin-bottom: 5px;
  color: #666;
  font-size: 14px;
}
.contact .txt span {
  color: #12447c;
  font-size: 24px;
}
.contact .main {
  width: 300px;
}
.contact .img img {
  height: 120px;
}
.contact .img p {
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
/**/
.contact-phone {
  background: #f7f7f7;
}
.contact-phone .w {
  padding: 35px 0;
  background-color: #fff;
}
.contact-phone li.col {
  height: 170px;
  padding-top: 20px;
  padding-left: 3vw;
  text-align: left;
  border-right: 1px solid #f7f7f7;
}
.contact-phone li h4 {
  height: 40px;
  padding-left: 3.5vw;
  color: #333;
  font-size: 16px;
  background: url(img/con_icon03.png) left center no-repeat;
}
.contact-phone li:nth-child(2) h4 {
  background-image:url(img/con_icon04.png);
}
.contact-phone li:nth-child(3) h4 {
  background-image:url(img/con_icon04.png);
}
.contact-phone li:nth-child(4) h4 {
  background-image:url(img/con_icon06.png);
}
.contact-phone li p {
  padding-left: 3.5vw;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-top: -10px;
}
.contact-phone li:nth-child(4) {
  border: none;
}

/**/
.contact-message {
  height: 445px;
  background: url(img/map.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
.contact-message .w {
  height: 100%;
}
.contact-message:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2 );
  z-index: -1;
}
.contact-message .map {
  height: 100%;
  width: calc(100% - 420px);
  position: relative;
}
.contact-message .map a {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  height: 66px;
  line-height: 66px;
  border-radius: 66px;
  padding-left: 80px;
  color: #12447c;
  font-size: 18px;
  background: url(img/map_icon.png) 35px center no-repeat;
  background-color: #fff;
}

.contact-message .main {
  width: 420px;
  height: 100%;
  padding: 25px 28px 0;
  background: rgba(50,70,145,.8);
}
.contact-message .title h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.contact-message li {
  margin-bottom: 5px;
}
.contact-message li input {
  display: block;
  width: 100%;
  line-height: 56px;
  padding-left: 25px;
  background-color: #fff;
  font-family: "????????????";
}
.contact-message textarea {
  width: 100%;
  height: 125px;
  padding: 15px 25px;
  font-family: "????????????";
}
.contact-message .sub {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 65px;
  color: #12447c;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  transition: all .3s;
}
.contact-message .sub:hover {
  color: #fff;
  background: #12447c;
}

/**/
.contact-addr .title h3 {
  line-height: 110px;
  color: #12447c;
  font-size: 24px;
}
.contact-addr .mycol {
  margin: 0 -10px;
}
.contact-addr li.col {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.contact-addr li .box {
  height: 250px;
  padding: 1.5vw 3vw 1vw 3vw;
  border: 1px solid #b8b8b8;
}
.contact-addr li h4 {
  margin-bottom: 15px;
  color: #12447c;
  font-size: 20px;
}
.contact-addr li p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

/*????????????*/
.pro-detail .top {
  padding: 40px 0 50px;
  background-color: #f3f3f3;
}
.pro-detail .top .img {
  width: 50%;
  padding-right: 3vw;
}
.pro-detail .top li {
  height: 450px;
  line-height: 450px;
  text-align: center;
  background-color: #fff;
}
.pro-detail .top li img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .top h4 {
  margin-bottom: 15px;
  font-size: 24px;
}
.pro-detail .top h5 {
  padding-bottom: 1vw;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #c3c3c3;
}
.pro-detail .top .con {
  padding-top: .5vw;
  margin-bottom: 3vw;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.pro-detail .top .con .tit {
  margin-bottom: 2px;
  margin-top: 15px;
}
.pro-detail .top .more a {
  display: inline-block;
  padding: 15px 40px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  background-color: #12447c;
}
.pro-detail .top a.phone {
  padding: 14px 35px;
  color: #333;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
.pro-detail .top a.get {
  padding: 15px 25px;
  background-color: #eb4252;
}
.pro-detail .swiper-button-next,
.pro-detail .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #a3a3a3;
}
.pro-detail .swiper-button-next:after,
.pro-detail .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}
.pro-detail .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pro-detail .swiper-button-next:hover,
.pro-detail .swiper-button-prev:hover {
  background-color: #12447c;
}
.pro-detail .swiper-button-next:hover:after,
.pro-detail .swiper-button-prev:hover:after {
  border-color: #fff;
}
.pro-detail .top .txt {
  width: 50%;
  padding-left: 1vw;
}
.pro-detail .main {
  padding-bottom: 60px;
}
.pro-detail .content {
  float: left;
  width: calc(100% - 420px);
}
.pro-detail .title {
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: 1px solid #c9c9c9;
}
.pro-detail .title h6 {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
}
.pro-detail .title h6:hover {
  color: #12447c;
}
.pro-detail .title h6.active {
  color: #12447c;
  border-bottom: 2px solid #12447c;
}
.pro-detail .content .txt {
  display: none;
}
.pro-detail .content .txt.active {
  display: block;
}

.pro-detail .related {
  float: right;
  width: 340px;
}
.pro-detail .related li {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  text-align: center;
}
.pro-detail .related li .img {
  height: 235px;
  line-height: 235px;
}
.pro-detail .related li .img img {
  max-width: 80%;
  max-height: 80%
}
.pro-detail .related li h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.pro-detail .related li p {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}


/*??????*/
.footer {
  padding-top: 60px;
  color: #fff;
  background-color: #222;
}
.footer .nav {
  width: calc(100% - 240px);
}
.footer dl {
  float: left;
  margin-right: 3vw;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.footer dl:last-child {
  margin-right: 0;
}
.footer dl a {
  color: #fff;
}
.footer dt {
  height: 40px;
  position: relative;
}
.footer dd a {
  display: block;
  height: 30px;
  color: #999;
  font-size: 14px;
}
.footer .phone {
  width: 240px;
  text-align: right;
}
.footer .phone a {
  display: inline-block;
  width: 120px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #12447c;
  border-radius: 5px;
}
.footer .phone a:hover {
  color: #fff;
}
.footer .phone h4 {
  color: #fff;
  font-size: 30px;
}
.footer .phone p {
  color: #bcbcbc;
  font-size: 14px;
}

.footer .links {
  margin-top: 40px;
}
.footer .links {
  color: #999;
  font-size: 14px;
}
.footer .links a {
  color: #999;
  margin-right: 10px;
}

.footer .copy {
  margin-top: 30px;
   
  line-height: 35px;
  color: #656565;
  font-size: 12px;
  background-color: #222;
  border-top: 1px solid #393939;
}
.footer .copy a {
  display: inline;
  color: #656565;
  font-size: 12px;
  margin: 0 4px;
}
.footer a:hover {
  color: #12447c;
  transform: translateX(5px);
  transition: all .3s;
}


/*??????hover??????*/
.hover-img-big {
  overflow: hidden;
}
.hover-img-big img {
  transition: transform .5s;
}
.hover-img-big:hover img {
  transform: scale(1.02);
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform:rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: right .5s;
}
.hover-left-move:hover {
  right: -10px;
}
.hover-top-move {
  position: relative;
  transition: transform .5s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}

.sea-product .img {
  height: 200px;
}
.sea-product img {
  max-height: 90%;
}
.sea-product li {
  margin-top: 30px;
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}

@media (max-width: 1600px) {
  .w {
    width: 1200px;
  }
  .header .phone span {
    margin-right: 0;
  }
}
@media (max-width: 1350px) {
  .w {
    width: 1100px;
  }
  .footer dl {
    margin-right: 2vw;
  }
}
